home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / demos / smartwar.rea < prev    next >
Text File  |  1996-11-16  |  536b  |  29 lines

  1. Notes on installing SmartWare
  2.  
  3. Create a user called sw
  4. mkdir /usr/angoss  (or whatever you like)
  5. chown sw /usr/angoss
  6.  
  7. become the sw user
  8.  
  9. untar SmartWare.265a.tar into /usr/angoss
  10.  
  11. run the install.sh
  12.  
  13. become root
  14.  
  15. run the xfontinstall.sh
  16.  
  17. You will need to set the ANGOSS environmnent varible
  18.  
  19. bash$ export ANGOSS=/usr/angoss
  20. bash$ export PATH=/usr/angoss/bin:$PATH
  21.  
  22. To run the sample RAD applications, run
  23.  
  24. bash$ xoac -rad/usr/angoss/apsys/sample
  25.            ^- note the no space.
  26.  
  27. Introductory documentation can be found in readdemo.txt
  28.  
  29.